home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / Home / Home / background_27350.txt < prev    next >
Text File  |  1990-09-14  |  5KB  |  229 lines

  1. -- background: 27350 from stack: in
  2. -- bmap block id: 27521
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Winner
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   if visible of background field "Order Info" then
  9.     hide background field "Order Info"
  10.   end if
  11.   pass mouseUp
  12. end mouseUp
  13.  
  14. on closeCard
  15.   hide background field "Order Info"
  16.   pass closeCard
  17. end closeCard
  18.  
  19. on openCard
  20.   hide background field "Order Info"
  21.   pass openCard
  22. end openCard
  23.  
  24.  
  25. -- part 1 (field)
  26. -- low flags: 01
  27. -- high flags: 0001
  28. -- rect: left=331 top=88 right=131 bottom=502
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 0
  32. -- font id: 34
  33. -- text size: 10
  34. -- style flags: 0
  35. -- line height: 13
  36. -- part name: 
  37.  
  38.  
  39. -- part 2 (field)
  40. -- low flags: 01
  41. -- high flags: 0000
  42. -- rect: left=331 top=152 right=198 bottom=504
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 0
  46. -- font id: 34
  47. -- text size: 10
  48. -- style flags: 0
  49. -- line height: 13
  50. -- part name: 
  51.  
  52.  
  53. -- part 3 (field)
  54. -- low flags: 01
  55. -- high flags: 0000
  56. -- rect: left=135 top=205 right=327 bottom=493
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 0
  60. -- font id: 34
  61. -- text size: 10
  62. -- style flags: 0
  63. -- line height: 14
  64. -- part name: 
  65.  
  66.  
  67. -- part 4 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=39 top=306 right=323 bottom=79
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: Quit
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   visual effect iris close
  82.   doMenu "Quit HyperCard"
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 6 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=39 top=278 right=298 bottom=82
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Back
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   global lastLoc
  102.   visual effect iris close
  103.   go to card lastLoc
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 7 (button)
  109. -- low flags: 00
  110. -- high flags: 2000
  111. -- rect: left=8 top=272 right=303 bottom=36
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 32500 / 32500
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Prev
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   visual effect wipe right
  123.   go to previous card of this background
  124. end mouseUp
  125.  
  126.  
  127.  
  128.  
  129. -- part 8 (button)
  130. -- low flags: 00
  131. -- high flags: 2000
  132. -- rect: left=86 top=273 right=304 bottom=114
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 17063 / 17063
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Next
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   visual effect wipe left
  144.   go to next card of this background
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 9 (button)
  150. -- low flags: 00
  151. -- high flags: 2000
  152. -- rect: left=40 top=251 right=268 bottom=80
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Up
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   global lastLoc
  164.   visual effect iris close
  165.   go to card lastLoc
  166. end mouseUp
  167.  
  168.  
  169.  
  170. -- part 10 (button)
  171. -- low flags: 00
  172. -- high flags: 2000
  173. -- rect: left=40 top=279 right=296 bottom=80
  174. -- title width / last selected line: 0
  175. -- icon id / first selected line: 0 / 0
  176. -- text alignment: 1
  177. -- font id: 0
  178. -- text size: 12
  179. -- style flags: 0
  180. -- line height: 16
  181. -- part name: Map
  182. ----- HyperTalk script -----
  183. on mouseUp
  184.   global lastLoc, lastCardID
  185.   put the short name of this card into lastLoc
  186.   put the id of this card into lastCardID
  187.   visual effect iris open
  188.   go to card "Stack Map"
  189. end mouseUp
  190.  
  191.  
  192.  
  193. -- part 11 (button)
  194. -- low flags: 00
  195. -- high flags: 2000
  196. -- rect: left=40 top=223 right=240 bottom=80
  197. -- title width / last selected line: 0
  198. -- icon id / first selected line: 0 / 0
  199. -- text alignment: 1
  200. -- font id: 0
  201. -- text size: 12
  202. -- style flags: 0
  203. -- line height: 16
  204. -- part name: Info
  205. ----- HyperTalk script -----
  206. on mouseUp
  207.   set the visible of background field "Order Info" to not the visible of background field "Order Info"
  208. end mouseUp
  209.  
  210.  
  211.  
  212. -- part 12 (field)
  213. -- low flags: 81
  214. -- high flags: 2004
  215. -- rect: left=135 top=205 right=329 bottom=495
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 0
  219. -- font id: 34
  220. -- text size: 10
  221. -- style flags: 0
  222. -- line height: 13
  223. -- part name: Order Info
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   set the visible of me to false
  227.   pass mouseUp
  228. end mouseUp
  229.